Skip to content

Conversation

@dshabin
Copy link
Contributor

@dshabin dshabin commented May 27, 2021

  • fix tests
  • fix folder assign - unassign

project_users = [i['user_id'] for i in project_users]
verified_contributor = []
project_users = [i['id'] for i in project_users]
unverified_contributor = set(project_users) - set(users)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong statement, should be users - project_users

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davitavagyan updated.

Copy link
Contributor

@davitavagyan davitavagyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added comment, please check.
I guess there is not test covering unverified users, please check.

@davitavagyan davitavagyan merged commit bb68f0f into folder-assign May 31, 2021
@davitavagyan davitavagyan deleted the folder-assign-fix branch May 31, 2021 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants